Only three methods are available: push(), pop() and reset()
void stack->push(mixed value)
mixed stack->pop()
void stack->reset()